home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 April / Disc 1 / PCU0403CD1.iso / resource / webauth / files / swish200.exe / Main / first.swi / scripts / DefineButton2_26 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2003-02-10  |  76 b   |  7 lines

  1. on(press){
  2.    tellTarget("/pop-up")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6. }
  7.